.api{
	position: fixed;
	bottom: 10px;
	left: 15px;
	z-index: 20;
}
.api .whatsapp {
	position:relative;
    transition: all .5s ease-in-out;
    z-index: 999;
	margin-top:10px;
}

.api .whatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247;
}

.api .whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .whatsapp:hover .tooltiptext {
    visibility: visible;
}

.api .telefon {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .telefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #337ab7;
}

.api .telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .telefon:hover .tooltiptext {
    visibility: visible;
}

.api .telegram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .telegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5;
}

.api .telegram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .telegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .telegram:hover .tooltiptext {
    visibility: visible;
}

.api .instagram {
	position:relative;
	margin-top:10px;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.api .instagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #fd3a67;
}

.api .instagram .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.api .instagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.api .instagram:hover .tooltiptext {
    visibility: visible;
}
.lang {
    float: left;
    width: 100%;
}

.lang img {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 0px;
    margin-bottom: -3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lang .currencyitems a {
    width: 24%;
}

.activelang {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.activelangcur {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}

.lang a {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    font-size: 16px;
    color: #9d9d9d;
    padding: 5px 15px;
    border: 1px solid #0000004d;
    border-radius: 5px;
}

.lang a selected {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.lang a:hover {
    color: #000;
}
.rounded-25 {
    border-radius: 25%;
}

.group-companies-section {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    background: linear-gradient(180deg, #ecf4ff 0%, #f1f6ff 45%, #ffffff 45%, #ffffff 100%);
}

.group-companies-shell {
    max-width: 1380px;
    margin: 0 auto;
    padding: 90px 32px 110px;
}

.group-companies-hero {
    background: linear-gradient(135deg, #031933 0%, #0b3a6d 60%, #0f569b 100%);
    border-radius: 32px;
    padding: 48px;
    color: #fff;
    box-shadow: 0 30px 80px rgba(6, 28, 59, 0.35);
    margin-bottom: 55px;
}

.group-companies-hero .hero-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 18px 0 16px;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.group-companies-hero .hero-content p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.92);
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 13px;
    letter-spacing: 0.12em;
    color: #e3f2ff;
    text-transform: uppercase;
}

.hero-highlights {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.hero-highlights li {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(7, 26, 53, 0.55);
    border-radius: 16px;
    padding: 12px 18px;
    font-size: 15px;
    color: rgba(255,255,255,0.9);
}

.hero-highlights i {
    color: #4deaff;
    font-size: 18px;
}

.hero-stats {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #f4f8ff;
}

.stat-value {
    display: block;
    font-size: 30px;
    font-weight: 700;
}

.stat-label {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
}

.hero-logo-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.logo-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.15);
    border-radius: 999px;
    padding: 8px 16px;
}

.logo-pill img {
    height: 28px;
    width: auto;
}

.logo-pill span {
    font-size: 13px;
    font-weight: 600;
}

.group-companies-section .rts-title-area .pre-title {
    display: inline-block;
    padding: 4px 18px;
    border-radius: 999px;
    background: rgba(13, 65, 133, 0.08);
    color: #0d4185;
    font-weight: 600;
    font-size: 15px;
}

.group-companies-section .rts-title-area .disc {
    max-width: 720px;
    margin: 0 auto;
}

.group-company-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}

.group-logo-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 20px;
    border-radius: 999px;
    background: rgba(13, 65, 133, 0.08);
    border: 1px solid rgba(13, 65, 133, 0.12);
}

.group-logo-pill img {
    height: 34px;
    width: auto;
}

.group-logo-pill span {
    font-size: 14px;
    font-weight: 600;
    color: #0d4185;
    letter-spacing: 0.04em;
}

.group-company-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
}

.group-company-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(8, 28, 71, 0.08);
    padding: 32px;
    position: relative;
    overflow: hidden;
}

.group-company-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(13, 65, 133, 0.12);
    pointer-events: none;
}

.company-card-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.company-card-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    padding: 10px;
    border-radius: 18px;
    background: #f0f4ff;
}

.group-company-card .company-content .company-title {
    font-size: 30px;
    font-weight: 700;
    color: #0d4185;
    margin-bottom: 18px;
}

.group-company-card .company-content .company-text {
    font-size: 16px;
    line-height: 1.75;
    color: #334157;
    margin-bottom: 12px;
}

.company-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: #0d4185;
    background: rgba(13, 65, 133, 0.08);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.company-expertise {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.company-expertise li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #51607a;
}

.company-expertise li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0d4185;
}

.company-card-footer {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.company-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.company-meta-text {
    font-size: 14px;
    color: #51607a;
}

.group-company-card .company-link {
    display: inline-block;
    padding: 12px 22px;
    background: #0d4185;
    color: #fff;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.group-company-card .company-link:hover {
    background: #102a52;
    color: #fff;
    transform: translateY(-2px);
}

.sustainable-tech-section {
    background: linear-gradient(135deg, #f3f7ff 0%, #ffffff 65%);
}

.sustainable-tech-section .tech-pill-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 25px;
}

.sustainable-tech-section .tech-pill-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #2d3b51;
}

.sustainable-tech-section .tech-pill-list li i {
    background: #0d4185;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.tech-metrics {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.metric-card {
    flex: 1 1 120px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(15, 40, 77, 0.08);
    padding: 18px 20px;
    text-align: center;
}

.metric-card .metric-value {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #0d4185;
}

.metric-card .metric-label {
    font-size: 13px;
    color: #50607a;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.global-water-export {
    background: linear-gradient(135deg, #021c3d 0%, #052c61 60%, #0d4f8b 100%);
    border-radius: 32px;
    padding: 80px 70px;
    color: #fff;
    margin-bottom: 80px;
    overflow: hidden;
}

.global-water-export__intro .pre-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.28em;
    color: rgba(255, 255, 255, 0.7);
}

.global-water-export__intro .title {
    font-size: 44px;
    line-height: 1.15;
    color: #fff;
    margin: 18px 0;
}

.global-water-export__intro .disc {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 12px;
    font-size: 16px;
}

.global-water-export__list {
    list-style: none;
    padding: 0;
    margin: 25px 0 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.global-water-export__list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    color: #fdfdfd;
}

.global-water-export__list li i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.global-water-export__cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.global-water-export__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.export-country-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 24px;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    min-height: 160px;
}

.export-country-card .flag {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #0d4185;
    background: #fff;
    margin-bottom: 12px;
}

.export-country-card h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
}

.export-country-card p {
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    font-size: 15px;
}

.global-water-export__metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 40px;
}

.global-water-export__metrics .metric-card {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
}

.global-water-export__metrics .metric-card .metric-value {
    color: #fff;
}

.global-water-export__metrics .metric-card .metric-label {
    color: rgba(255, 255, 255, 0.65);
}

.global-service-playbook {
    padding: 70px 60px;
    border-radius: 36px;
    border: 1px solid rgba(13, 65, 133, 0.1);
    background: #f7fbff;
    box-shadow: 0 32px 80px rgba(15, 40, 77, 0.06);
    margin-bottom: 70px;
}

.global-service-playbook__intro .pre-title {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(13, 65, 133, 0.08);
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0d4185;
}

.global-service-playbook__intro h3 {
    font-size: 38px;
    margin: 18px 0;
    color: #0b2447;
}

.global-service-playbook__intro p {
    color: #4a576b;
    margin-bottom: 12px;
}

.playbook-card {
    height: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid rgba(13, 65, 133, 0.08);
    box-shadow: 0 20px 40px rgba(15, 40, 77, 0.05);
}

.playbook-card h4 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #0d4185;
}

.playbook-card ul {
    padding-left: 18px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #516076;
}

.global-service-playbook__cta {
    margin-top: 36px;
    padding: 24px 30px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(13, 65, 133, 0.08);
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.global-service-playbook__cta .cta-item {
    flex: 1 1 140px;
}

.global-service-playbook__cta .cta-item strong {
    display: block;
    font-size: 26px;
    color: #0d4185;
}

.global-service-playbook__cta .cta-item span {
    color: #5a6a85;
    font-size: 14px;
}

.about-global-reach {
    margin-top: 60px;
    padding: 60px;
    border-radius: 36px;
    background: radial-gradient(circle at top left, rgba(13, 65, 133, 0.08), transparent 45%), #ffffff;
    border: 1px solid rgba(13, 65, 133, 0.08);
    box-shadow: 0 24px 60px rgba(6, 32, 77, 0.08);
}

.about-global-reach .section-heading .pre-title {
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 12px;
    color: #0d4185;
}

.about-global-reach .section-heading h3 {
    font-size: 38px;
    margin: 12px 0 16px;
    color: #061434;
}

.about-global-reach .section-heading p {
    color: #47556d;
    margin-bottom: 10px;
}

.about-global-reach__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 35px;
}

.global-reach-card {
    border: 1px solid rgba(13, 65, 133, 0.12);
    border-radius: 24px;
    padding: 24px;
    background: #f8fbff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.global-reach-card h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #0b2d5c;
}

.global-reach-card ul {
    margin: 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #4a5a74;
}

.about-global-reach__awards {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-global-reach__awards .award-item {
    border-radius: 22px;
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(8, 32, 71, 0.08);
    box-shadow: 0 16px 32px rgba(6, 16, 48, 0.08);
}

.about-global-reach__awards .label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #7b87a2;
}

.about-global-reach__awards strong {
    display: block;
    font-size: 34px;
    margin: 10px 0 6px;
    color: #0d4185;
}

.about-global-reach__awards .meta {
    font-size: 14px;
    color: #4d5a72;
}

@media (max-width: 1199px) {
    .global-water-export {
        padding: 60px 40px;
    }

    .global-water-export__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .global-water-export__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .global-service-playbook,
    .about-global-reach {
        padding: 50px 40px;
    }
}

@media (max-width: 991px) {
    .global-water-export {
        border-radius: 24px;
    }

    .global-water-export__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .global-water-export__cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .global-service-playbook__cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-global-reach__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-global-reach__awards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .global-water-export {
        padding: 40px 26px;
    }

    .global-water-export__intro .title {
        font-size: 32px;
    }

    .global-water-export__metrics {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .global-service-playbook,
    .about-global-reach {
        padding: 36px 24px;
    }

    .about-global-reach__grid,
    .about-global-reach__awards {
        grid-template-columns: 1fr;
    }

    .playbook-card {
        padding: 24px;
    }
}

.tech-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.tech-highlight-grid .tech-highlight-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 20px 45px rgba(13, 65, 133, 0.12);
    height: 100%;
}

.tech-highlight-grid .tech-highlight-card .icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(13, 65, 133, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d4185;
    font-size: 20px;
    margin-bottom: 16px;
}

.tech-highlight-grid .tech-highlight-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #16263d;
}

.tech-highlight-grid .tech-highlight-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #49576b;
}

.tech-highlight-grid .tech-highlight-card:nth-child(3) {
    grid-column: span 2;
}

.global-map-section {
    background: linear-gradient(140deg, #0f2744 0%, #142f50 70%);
    color: #ffffff;
    border-radius: 32px;
    margin-top: -40px;
    padding-top: 90px;
    padding-bottom: 90px;
}

.global-map-section .map-intro .title,
.global-map-section .map-intro .pre-title {
    color: #ffffff;
}

.global-map-section .map-intro .disc {
    color: rgba(255, 255, 255, 0.78);
    margin-top: 16px;
}

.map-summary {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}

.map-summary li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
}

.map-summary li i {
    margin-top: 2px;
    color: #f6c863;
}

.map-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.map-metric {
    background: rgba(6, 24, 45, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 16px;
    text-align: center;
}

.map-metric .metric-value {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #f6c863;
}

.map-metric .metric-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.map-highlights {
    margin-top: 26px;
    display: grid;
    gap: 16px;
}

.map-highlight-card {
    display: flex;
    gap: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 16px 18px;
}

.map-highlight-card i {
    font-size: 24px;
    color: #00dcff;
}

.map-highlight-card h4 {
    margin: 0;
    font-size: 17px;
    color: #ffffff;
}

.map-highlight-card p {
    margin: 4px 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.world-map-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(4, 12, 24, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: radial-gradient(circle at 30% 20%, rgba(21, 78, 162, 0.45), transparent 55%), radial-gradient(circle at 80% 10%, rgba(16, 182, 255, 0.4), transparent 45%), #051733;
}

.world-map-illustration {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    overflow: hidden;
}

.world-map-illustration img {
    width: 100%;
    max-width: 760px;
    filter: drop-shadow(0 25px 45px rgba(2, 10, 25, 0.45));
}

.world-map-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 35% 45%, rgba(0, 98, 255, 0.35), transparent 60%), radial-gradient(circle at 70% 55%, rgba(35, 213, 255, 0.35), transparent 60%);
    pointer-events: none;
    mix-blend-mode: screen;
}

.leaflet-map {
    width: 100%;
    height: 460px;
}

.global-map-section .leaflet-container {
    font-family: "Inter", "Segoe UI", sans-serif;
}

.global-map-section .leaflet-popup-content {
    font-size: 14px;
    line-height: 1.4;
}

.map-legends {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.map-legends li {
    background: rgba(15, 30, 52, 0.45);
    border-radius: 14px;
    padding: 12px 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.86);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.map-legends li span {
    font-weight: 600;
    color: #f6c863;
    letter-spacing: 0.04em;
}

.map-legends li strong {
    font-size: 16px;
    color: #ffffff;
}

.map-legends .legend-focus {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.map-overlay-card {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgba(3, 18, 38, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 18px 22px;
    max-width: 240px;
    box-shadow: 0 25px 45px rgba(1, 7, 18, 0.5);
}

.map-overlay-card .label {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00dcff;
    margin-bottom: 6px;
}

.map-overlay-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.global-map-marker {
    box-shadow: 0 0 15px rgba(37, 212, 255, 0.7);
}

.client-logo-marquee {
    position: relative;
    overflow: hidden;
}

.client-logo-track {
    display: flex;
    gap: 28px;
    animation: client-scroll 35s linear infinite;
}

.client-logo-marquee:hover .client-logo-track {
    animation-play-state: paused;
}

.referans-logo {
    flex: 0 0 220px;
    height: 140px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(10, 25, 55, 0.15);
    border: 1px solid rgba(13, 33, 81, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease, background-color 0.3s ease;
}

.referans-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.referans-logo:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(10, 25, 55, 0.22);
    border-color: rgba(13, 33, 81, 0.18);
    background-color: #f6f8ff;
}

.client-logo-track::after {
    content: "";
    flex: 0 0 32px;
}

@keyframes client-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.footer-grid {
    row-gap: 56px;
}

.footer-grid > div + div .footer-card {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 32px;
}

@media (max-width: 991.98px) {
    .footer-grid > div + div .footer-card {
        border-left: 0;
        padding-left: 0;
    }
}

.footer-card {
    background: transparent;
    border-radius: 0;
    padding: 0;
    height: 100%;
    box-shadow: none;
}

.footer-card .wized-title {
    margin-bottom: 22px;
}

.footer-card .title {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 17px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.footer-card .title::after {
    content: "";
    height: 1px;
    width: 38px;
    background: rgba(255, 255, 255, 0.35);
    display: inline-block;
}

.footer-card .wized-title img {
    display: none;
}

.footer-logo img {
    max-width: 170px;
    margin-bottom: 14px;
}

.footer-about-text {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 15px;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    gap: 12px;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
}

.footer-contact-list li i {
    color: #4ca3ff;
    font-size: 15px;
    width: 18px;
    text-align: center;
}

.footer-contact-list li a {
    color: inherit;
    transition: color 0.3s ease;
}

.footer-contact-list li a:hover {
    color: #70b6ff;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transition: background 0.3s ease, transform 0.3s ease;
}

.footer-social a:hover {
    background: #4ca3ff;
    color: #091a35;
    transform: translateY(-2px);
}

.quick-link-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 32px;
}

.quick-link-inner .links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-link-inner .links.margin-left-70 {
    margin-left: 0 !important;
}

.quick-link-inner .links li + li {
    margin-top: 10px;
}

.quick-link-inner .links a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.quick-link-inner .links a i {
    margin-right: 6px;
    color: #4ca3ff;
}

.quick-link-inner .links a:hover {
    color: #4ca3ff;
    transform: translateX(4px);
}

.footer-contact-items {
    display: grid;
    gap: 16px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.82);
}

.footer-contact-item .icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4ca3ff;
    font-size: 15px;
}

.footer-contact-item .content .label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-contact-item .content p {
    margin: 0;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}

.footer-contact-item .content a {
    color: inherit;
}

.footer-contact-item .content a:hover {
    color: #70b6ff;
}

.footer-newsletter-text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 14px;
}

.footer-newsletter-form {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

.footer-newsletter-form input {
    flex: 1;
    background: rgba(4, 18, 46, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 12px 14px;
    color: #ffffff;
    font-size: 14px;
}

.footer-newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.newsletter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #4ca3ff 0%, #1f6fe3 100%);
    border: 0;
    border-radius: 10px;
    padding: 0 22px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: background 0.3s ease, transform 0.3s ease;
}

.newsletter-btn:hover {
    background: linear-gradient(135deg, #64b5ff 0%, #3c7cff 100%);
    transform: translateY(-2px);
}

@media (max-width: 575.98px) {
    .footer-newsletter-form {
        flex-direction: column;
    }

    .newsletter-btn {
        justify-content: center;
        width: 100%;
    }
}

.footer-card.footer-news .single-footer-post {
    display: flex;
    gap: 12px;
}

.footer-card.footer-news .left-thumbnail img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 12px;
}

.footer-card.footer-news .post-right p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.footer-card.footer-news .post-right h6 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 1.4;
}

.eurosan-footer {
    position: relative;
    padding: 90px 0 0;
    background: linear-gradient(135deg, #0d47a1 0%, #123a97 40%, #06235e 100%);
    color: #ffffff;
    overflow: hidden;
}

.eurosan-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.08), transparent 55%),
                radial-gradient(circle at 80% 10%, rgba(38, 117, 255, 0.12), transparent 50%),
                radial-gradient(circle at 50% 100%, rgba(255, 152, 0, 0.2), transparent 60%);
    opacity: 0.9;
}

.eurosan-footer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='0.12' d='M0,192L60,186.7C120,181,240,171,360,176C480,181,600,203,720,213.3C840,224,960,224,1080,213.3C1200,203,1320,181,1380,170.7L1440,160L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") repeat-x;
    background-size: cover;
    animation: eurosan-wave 12s linear infinite;
    opacity: 0.65;
    pointer-events: none;
}

.eurosan-footer::after {
    mask-image: linear-gradient(to top, rgba(0,0,0,0.75) 30%, transparent 100%);
}

@keyframes eurosan-wave {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1440px;
    }
}

.eurosan-footer__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 1fr 1.1fr 1.2fr;
    gap: 48px;
}

.eurosan-footer__col {
    position: relative;
}

.eurosan-footer__logo img {
    max-width: 220px;
    height: auto;
    filter: drop-shadow(0 18px 32px rgba(10, 40, 110, 0.6));
    transition: filter 0.4s ease, transform 0.4s ease;
}

.eurosan-footer__logo img:hover {
    filter: drop-shadow(0 22px 38px rgba(190, 208, 255, 0.55));
    transform: translateY(-4px);
}

.eurosan-footer__tagline {
    margin-top: 22px;
    margin-bottom: 26px;
    color: rgba(240, 244, 255, 0.85);
    font-size: 15px;
    line-height: 1.7;
    max-width: 320px;
    text-shadow: 0 4px 12px rgba(2, 12, 41, 0.45);
}

.eurosan-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.eurosan-socials a {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transition: background 0.3s ease, transform 0.3s ease;
}

.eurosan-socials a:hover {
    background: rgba(255, 255, 255, 0.24);
    transform: translateY(-3px);
    color: #ffffff;
}

.eurosan-footer__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
    color: #ffffff;
    letter-spacing: 0.02em;
    text-shadow: 0 6px 18px rgba(3, 15, 52, 0.55);
}

.eurosan-footer__menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.eurosan-footer__menu-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: rgba(232, 242, 255, 0.82);
    text-shadow: 0 4px 14px rgba(3, 19, 64, 0.45);
    transition: color 0.3s ease;
}

.eurosan-footer__menu-list li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    opacity: 0.75;
    color: rgba(232, 242, 255, 0.82);
}

.eurosan-footer__menu-list a {
    color: inherit;
    transition: color 0.3s ease, transform 0.3s ease;
}

.eurosan-footer__menu-list a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.eurosan-footer__contact-list {
    display: grid;
    gap: 18px;
}

.eurosan-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    backdrop-filter: blur(8px);
}

.eurosan-contact-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7ac8ff;
    font-size: 18px;
}

.eurosan-contact-meta .label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: rgba(214, 229, 255, 0.75);
    margin-bottom: 4px;
}

.eurosan-contact-meta p,
.eurosan-contact-meta a {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(244, 247, 255, 0.92);
}

.eurosan-contact-meta a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.eurosan-contact-meta a:hover {
    color: #7ac8ff;
}

.eurosan-contact-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding: 12px 32px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 13px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.eurosan-contact-cta:hover {
    background: #ffffff;
    color: #0a1f4c;
    transform: translateY(-2px);
}

.eurosan-footer__text {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(232, 242, 255, 0.85);
    text-shadow: 0 4px 16px rgba(0, 21, 64, 0.35);
}

.eurosan-footer__form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.eurosan-footer__form input[type="email"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.eurosan-footer__form input[type="email"]::placeholder {
    color: rgba(231, 239, 255, 0.65);
}

.eurosan-footer__form input[type="email"]:focus {
    outline: none;
    border-color: #7ac8ff;
    box-shadow: 0 0 0 4px rgba(122, 200, 255, 0.18);
}

.eurosan-footer__meta-text {
    font-size: 13px;
    color: rgba(228, 237, 255, 0.7);
    margin-top: 10px;
    text-shadow: 0 3px 10px rgba(3, 15, 52, 0.4);
}

.eurosan-footer__bottom {
    margin-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 28px 0;
    position: relative;
    z-index: 1;
}

.eurosan-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: rgba(224, 236, 255, 0.8);
    font-size: 14px;
    text-shadow: 0 4px 14px rgba(2, 11, 37, 0.4);
}

.eurosan-footer__bottom a {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 3px 12px rgba(0, 18, 54, 0.4);
}

.eurosan-footer__bottom a:hover {
    color: #7ac8ff;
}

.eurosan-footer__bottom-links {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 1199.98px) {
    .eurosan-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px;
    }
}

@media (max-width: 991.98px) {
    .eurosan-footer {
        padding: 70px 0 0;
    }
}

@media (max-width: 767.98px) {
    .eurosan-footer__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .eurosan-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .eurosan-contact-item {
        padding: 16px;
    }

    .eurosan-contact-cta {
        width: 100%;
        justify-content: center;
    }

    .newsletter-btn {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .eurosan-footer {
        padding: 62px 0 0;
    }

    .eurosan-footer__logo img {
        max-width: 190px;
    }

    .eurosan-socials {
        justify-content: flex-start;
    }

    .eurosan-contact-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.water-engineering-showcase {
    position: relative;
    background: linear-gradient(135deg, rgba(7, 36, 89, 0.9) 0%, rgba(11, 55, 123, 0.95) 45%, rgba(5, 19, 52, 0.98) 100%);
    padding-bottom: 90px;
    overflow: hidden;
}

.water-engineering-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.12), transparent 60%),
                radial-gradient(circle at 80% 25%, rgba(104, 179, 255, 0.18), transparent 65%);
    opacity: 0.6;
    pointer-events: none;
}

.water-engineering-showcase .title,
.water-engineering-showcase .disc,
.water-engineering-showcase .pre-title {
    color: #f2f6ff;
}

.engineering-card {
    position: relative;
    z-index: 1;
    height: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 32px 28px;
    box-shadow: 0 30px 60px rgba(8, 22, 54, 0.35);
    backdrop-filter: blur(8px);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.engineering-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 70px rgba(10, 27, 66, 0.45);
}

.engineering-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(122, 200, 255, 0.25), rgba(40, 121, 255, 0.45));
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.engineering-card__title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.engineering-card__text {
    color: rgba(235, 244, 255, 0.82);
    line-height: 1.7;
    margin-bottom: 16px;
}

.engineering-card__list {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 8px;
    color: rgba(223, 236, 255, 0.85);
    font-size: 14px;
}

.engineering-card__list li::before {
    content: "•";
    color: rgba(122, 200, 255, 0.9);
    margin-right: 6px;
}

.water-process-journey {
    background: #f3f7ff;
    position: relative;
    overflow: hidden;
}

.water-process-journey::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(196, 224, 255, 0.45), transparent 60%);
    pointer-events: none;
}

.journey-intro .title {
    color: #0d3a7c;
}

.journey-intro .disc {
    color: #3b4e66;
    margin-bottom: 24px;
}

.journey-metric {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.journey-metric__item {
    background: #ffffff;
    border-radius: 18px;
    padding: 16px 24px;
    box-shadow: 0 20px 45px rgba(20, 52, 102, 0.12);
}

.journey-metric__value {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #0d3a7c;
}

.journey-metric__label {
    font-size: 14px;
    color: #516172;
}

.journey-steps {
    position: relative;
    background: #ffffff;
    border-radius: 26px;
    padding: 32px 32px 8px;
    box-shadow: 0 30px 60px rgba(16, 46, 94, 0.12);
}

.journey-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px dashed rgba(13, 58, 124, 0.15);
}

.journey-step:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.journey-step__index {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d47a1, #1e64d3);
    color: #ffffff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.journey-step__content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0f2f68;
    margin-bottom: 6px;
}

.journey-step__content p {
    margin: 0;
    color: #53657d;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .journey-steps {
        padding: 28px 24px 4px;
    }
}

@media (max-width: 575.98px) {
    .journey-step {
        flex-direction: column;
        gap: 12px;
    }

    .journey-step__index {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }
}

.about-engineering {
    margin-top: 50px;
}

.about-engineering__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.about-engineering__card {
    background: linear-gradient(180deg, rgba(9, 33, 72, 0.92) 0%, rgba(5, 20, 49, 0.96) 100%);
    border-radius: 24px;
    padding: 32px 28px;
    color: #f4f7ff;
    box-shadow: 0 26px 50px rgba(10, 32, 70, 0.3);
    position: relative;
    overflow: hidden;
}

.about-engineering__card .icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(122, 200, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.about-engineering__card .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
}

.about-engineering__card p {
    color: rgba(226, 239, 255, 0.85);
    margin-bottom: 16px;
}

.about-engineering__card ul {
    padding-left: 18px;
    margin: 0;
    display: grid;
    gap: 8px;
    color: rgba(226, 239, 255, 0.85);
}

.about-process-timeline {
    margin-top: 60px;
    padding: 48px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(232, 242, 255, 0.9), rgba(188, 214, 255, 0.9));
    box-shadow: 0 32px 60px rgba(11, 38, 84, 0.2);
}

.about-process-timeline__title {
    font-size: 26px;
    font-weight: 700;
    color: #0f2f68;
    margin-bottom: 28px;
}

.about-process-timeline__wrapper {
    display: grid;
    gap: 20px;
}

.timeline-step {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 18px;
    align-items: center;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 20px;
    padding: 18px 24px;
    box-shadow: 0 20px 42px rgba(16, 46, 94, 0.15);
}

.timeline-step__index {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0d47a1, #1a66dc);
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-step__body h5 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #0f2f68;
}

.timeline-step__body p {
    margin: 0;
    color: #42546c;
    line-height: 1.6;
}

.about-certification-callout {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 40px;
    padding: 22px 28px;
    border-radius: 20px;
    background: rgba(13, 55, 123, 0.08);
    border: 1px solid rgba(13, 55, 123, 0.18);
}

.about-certification-callout__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(13, 71, 161, 0.2), rgba(30, 100, 211, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d47a1;
    font-size: 22px;
}

.about-certification-callout__content h4 {
    margin-bottom: 6px;
    color: #0f2f68;
}

.about-certification-callout__content p {
    margin: 0;
    color: #475868;
}

@media (max-width: 1199.98px) {
    .about-engineering__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .about-engineering__grid {
        grid-template-columns: 1fr;
    }

    .about-process-timeline {
        padding: 36px 24px;
    }

    .timeline-step {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .timeline-step__index {
        width: 56px;
        height: 56px;
        font-size: 20px;
    }

    .about-certification-callout {
        flex-direction: column;
        align-items: flex-start;
    }
}

.water-service-intro {
    background: linear-gradient(135deg, rgba(7, 40, 92, 0.92), rgba(16, 58, 123, 0.92));
    border-radius: 32px;
    padding: 48px 50px;
    margin-bottom: 60px;
    color: #f4f8ff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 32px 65px rgba(7, 24, 58, 0.35);
}

.water-service-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.18), transparent 55%),
                radial-gradient(circle at 80% 25%, rgba(99, 187, 255, 0.22), transparent 65%);
    opacity: 0.8;
}

.water-service-intro__content {
    position: relative;
    z-index: 1;
}

.water-service-intro__content .title {
    color: #ffffff;
    margin-bottom: 18px;
}

.water-service-intro__content .disc {
    color: rgba(232, 242, 255, 0.85);
    margin-bottom: 20px;
}

.water-service-intro__list {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    color: rgba(218, 232, 255, 0.9);
}

.water-service-intro__list li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.water-service-intro__list i {
    color: #7ac8ff;
}

.water-service-intro__visual {
    position: relative;
    z-index: 1;
    text-align: center;
}

.water-service-intro__visual img {
    max-width: 100%;
    border-radius: 28px;
}

.water-service-intro__badge {
    position: absolute;
    top: -20px;
    right: 30px;
    z-index: 2;
    background: #ffffff;
    border-radius: 20px;
    padding: 16px 22px;
    box-shadow: 0 20px 45px rgba(9, 27, 64, 0.3);
    text-align: left;
}

.water-service-intro__badge .value {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #0d47a1;
}

.water-service-intro__badge .label {
    font-size: 13px;
    color: #44546a;
}

@media (max-width: 991.98px) {
    .water-service-intro {
        padding: 40px 32px;
    }

    .water-service-intro__badge {
        right: 16px;
    }
}

@media (max-width: 575.98px) {
    .water-service-intro__badge {
        position: relative;
        top: -10px;
        right: auto;
        display: inline-block;
        margin-bottom: 16px;
    }
}

.service-methodology {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 60px;
}

.service-methodology__card {
    background: #ffffff;
    border-radius: 22px;
    padding: 24px 22px;
    box-shadow: 0 20px 45px rgba(15, 46, 92, 0.12);
    border: 1px solid rgba(13, 71, 161, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-methodology__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(13, 71, 161, 0.18);
}

.service-methodology__card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0f2f68;
    margin-bottom: 10px;
}

.service-methodology__card p {
    margin: 0;
    color: #516173;
    line-height: 1.6;
}

@media (max-width: 1199.98px) {
    .service-methodology {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .service-methodology {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1199.98px) {
    .tech-highlight-grid {
        grid-template-columns: 1fr;
    }

    .tech-highlight-grid .tech-highlight-card:nth-child(3) {
        grid-column: auto;
    }

    .map-marker {
        min-width: 96px;
        padding: 10px 12px;
    }

    .quick-link-inner {
        gap: 20px 26px;
    }
}

@media (max-width: 991.98px) {
    .group-companies-hero {
        padding: 32px;
    }

    .group-companies-shell {
        padding: 70px 24px 90px;
    }

    .hero-stats {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .stat-card {
        flex: 1 1 calc(50% - 12px);
    }

    .hero-logo-stack {
        width: 100%;
    }

    .group-company-card {
        padding: 35px 28px;
    }

    .group-company-logos {
        justify-content: flex-start;
        gap: 12px;
    }

    .group-company-card .company-content .company-title {
        font-size: 26px;
    }

    .tech-metrics {
        gap: 12px;
    }

    .metric-card {
        flex: 1 1 calc(50% - 12px);
    }

    .map-legends {
        display: grid;
    }

    .world-map {
        display: none;
    }

    .global-map-section {
        margin-top: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .leaflet-map {
        height: 320px;
    }

    .quick-link-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .group-companies-hero {
        padding: 26px;
    }

    .group-companies-shell {
        padding: 60px 16px 80px;
    }

    .hero-highlights li {
        flex-direction: column;
        align-items: flex-start;
    }

    .group-companies-section .rts-title-area .disc {
        font-size: 15px;
    }

    .group-company-card {
        padding: 28px 22px;
    }

    .group-logo-pill {
        width: 100%;
        justify-content: flex-start;
    }

    .company-expertise {
        grid-template-columns: 1fr;
    }

    .metric-card {
        flex: 1 1 100%;
    }

    .sustainable-tech-section .tech-pill-list li {
        font-size: 15px;
    }

    .global-map-section .map-summary li {
        font-size: 14px;
    }

    .referans-logo {
        flex: 0 0 180px;
        height: 130px;
    }
}
@media only screen and (max-width: 767px){
	.api {
		position: fixed;
		bottom: 0px !important;
		left: 0 !important;
		z-index: 999 !important;
		width: 100% !important;
		display: flex;
	}
	.api div{
		flex: 1 0 0%;
	}
	.api a{
		height: 40px !important;
		line-height: 40px !important;
		font-size: 20px !important;
		border-radius:0 !important;
		width: 100% !important;
	}
	.api:hover a {
		transform: rotate(0deg) !important;
		-webkit-transform: rotate(0deg) !important;
	}
}

.footer-one.footer-corporate {
    background: #ffffff;
    padding: 72px 0 32px;
    border-top: 1px solid rgba(0, 67, 128, 0.12);
}

.footer-top-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 40px;
    align-items: flex-start;
}

.footer-col--brand {
    grid-column: span 1;
}

.footer-brand img {
    max-width: 180px;
    margin-bottom: 16px;
}

.footer-tagline {
    font-size: 14px;
    line-height: 1.7;
    color: #102a43;
    max-width: 260px;
}

.footer-heading {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 18px;
    color: #003366;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    font-size: 14px;
}

.footer-list a {
    color: #23374d;
    transition: color 0.3s ease;
}

.footer-list a:hover {
    color: #009145;
}

.footer-list.footer-contact span,
.footer-list.footer-contact a {
    display: block;
    color: #23374d;
}

.footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 10px 22px;
    border: 1px solid #009145;
    border-radius: 6px;
    color: #009145;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background 0.3s ease, color 0.3s ease;
}

.footer-cta:hover {
    background: #009145;
    color: #ffffff;
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 67, 128, 0.12);
    text-align: center;
    color: #23374d;
    font-size: 13px;
}

@media (max-width: 1199.98px) {
    .footer-top-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 48px;
    }
}

@media (max-width: 767.98px) {
    .footer-one.footer-corporate {
        padding: 56px 0 28px;
    }

    .footer-top-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .footer-top-grid {
        grid-template-columns: 1fr;
    }

    .footer-cta {
        width: 100%;
        justify-content: center;
    }
}

/* Only homepage engineering cards' bullet texts to white */
.water-engineering-showcase .engineering-card__list,
.water-engineering-showcase .engineering-card__list li {
	color: #ffffff !important;
}